int load_wav(char *filename)
Parameter | Type | Description |
---|---|---|
filename | char * | the filename for the .wav sound file to load |
Returns TRUE if loading is OK, FALSE if the file could not be loaded.
This function loads a .wav file (standalone or from a .fpk package).